home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / util / rexx / InfraRexx.lha / InfraRexx / Examples / ToolManager / Start Example next >
Text File  |  1995-09-30  |  323b  |  11 lines

  1. ; InfraRexx Example showing use of ToolManager Dock as remote control window
  2. ;
  3. ; Example created by Ketil Hunn, adapted by Leon Woestenberg.
  4. ;
  5. ; add an assign for the buttons
  6. Assign NAME DOCK: TARGET "Icons" ADD
  7.  
  8. ; start ToolManager (we would like to use APPEND instead of USE here)
  9. ToolManager FROM ToolManager.prefs USE
  10.  
  11.